home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tandy Sensation 2
/
Tandy Sensation II System.iso
/
startup
/
autoexec.bat
< prev
next >
Wrap
DOS Batch File
|
1993-07-23
|
262b
|
17 lines
@echo off
set err=0
\dos\mscdex /d:MSCD001 /m:15
if not errorlevel 1 goto continue
echo.
echo A problem exists with your CD-ROM installation.
set err=1
pause
:continue
path=\dos;\
nlsfunc
keyb us
if not %err%==0 goto exit
cls
type help.txt
:exit